chore(release): v0.3.1-beta - #21
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release prep per
docs/releasing.md. Three files:CHANGELOG.md,pyproject.toml, and the README version badge.Contents
Everything merged since
v0.3.0-beta— PR #20:./manifest.yaml; the manifest that used to sit there is nowexample_manifest.yaml..gitignorehad listed/manifest.yamland/manifests/while amanifest.yamlwas also tracked, so the entry was inert and edits to the shipped file staged by default.docs/private_mirror_workflow.md— how a team keeps a private copy of this repo that still receives upstream releases, for customers whose fetcher work can't be public.Version choice
0.3.1-beta— a patch. Called deliberately: nothing in the contract surface moved (no manifest schema change, no CLI command or flag change, no fetcher output change), and the file that stopped shipping was self-described in.gitignoreas a local working file with canonical samples inexamples/.Worth noting for the record that there is an observable behavior change, which is why the changelog entry carries an explicit upgrade note rather than relying on the version number to signal it: on a fresh clone,
paramify scripts syncwithout--manifestnow resolves an absent manifest and provisions nothing instead of the 13 Datadog fetchers, andparamify run manifest.yamlhas no file to run. Remedy is one line — copyexample_manifest.yamlover, or pass--manifest.Not included
pyproject.toml's in-flighttextual-imageoptional dependency (welcome-screen mascot) is deliberately excluded — it's uncommitted TUI work, not part of this release. Only theversionline moved.